C#
VB
C++
Adds the specified value to the ICollection with the specified key.
public void Add(
KeyValuePair<TKey, TValue> item
)
Public Overloads Sub Add( _
ByVal item As KeyValuePair(Of TKey,TValue) _
)
public:
void Add(
KeyValuePair<TKey^,TValue^> item
)
item
A KeyValuePair to be added into the DictionaryWithEvents<TKey,TValue>.
DictionaryWithEvents<TKey,TValue> Class
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET